dsh-web-startup-auth: Securely Exposing the DSH Web Interface on Local Networks
dsh-web-startup-auth is a DSH networking tool plugin maintained by GDWhisper. It replaces the original web launcher, enabling `dsh web --host 0.0.0.0`, and includes login/registration pages along with session protection to ensure that API and RPC require valid sessions for remote access. The plugin takes effect automatically through bundle patches, storing credentials in `~/.dsh/web-auth.json`. It is suitable for sharing the DSH interface on trusted internal networks; for plaintext HTTP scenarios, it is recommended to use it with an HTTPS reverse proxy.
Read Moredsh-firecrawl: Integrating Firecrawl Web Search and Scraping for DeepSeek Harness
@firecrawl/dsh-firecrawl is a DSH networking plugin maintained by the Firecrawl team. It redirects the backend of the built-in web_search and web_fetch tools to the Firecrawl API without introducing new tool names. Compared to the locally disabled web_fetch by default, this plugin leverages the Firecrawl infrastructure to fetch pages, reducing local SSRF risks while supporting JS rendering and anti-scraping measures. It is compatible with @deepseek-ai/dsh@0.1.0-rc.6, requires configuring the FIRECRAWL_API_KEY, and can be used by installing it into the web profile and restarting the Harness.
Read Moredsh-chat-imagine: Inline Image Generation and Recognition within DSH Chat Window
dsh-chat-imagine is a DSH plugin maintained by community member corrinehu. It enables image generation and inline display in chat windows via API or local CLI (mmx / codex / agy), and can also convert images into structured JSON evidence for any model to recognize. This article introduces its dual-channel image generation, CLI image recognition, installation commands, and typical conversation examples, while explaining the scope of Web profile applicability and limitations of image persistence.
Read Moredsh-github-intelligence: Integrating 201 Read-Only Developer Intelligence Tools for DSH
dsh-github-intelligence is a DSH network tool plugin maintained by zoahdev. The current version, v2.10.0, offers 201 read-only tools, covering 16 developer ecosystems including GitHub, GitLab, Gitee, npm, and PyPI, as well as the DSH registry. It supports repository reports, Issue/PR queries, cross-repository comparisons, authenticated notification inboxes, and repository health audits, with built-in TTL caching to handle API rate limits. Public interfaces require no API key, while an optional GitHub token can be used to increase GitHub rate limits. After installation, simply restart the dsh web to invoke the tools within conversations.
Read Moredsh-usage-chart: Visualize Token Usage, Cost Estimation, and Account Balance in DSH Web
dsh-usage-chart is a DSH Web Cordis plugin (v1.1.2, MIT) maintained by Max-Samson. It displays token usage, cache hit rate, estimated costs in CNY/USD based on list prices, and account balance beneath the input box. Clicking it expands a zero-dependency SVG panel featuring cost charts per round, context segment stress bars, compression diagnostics, and input source attribution. Data is sourced from official adapter projections and host session logs, with balances queried via host proxy. Installation: `dsh plugin --profile web add dsh-usage-chart`. Requires DSH ≥ 0.1.0-rc.6 and Node.js ≥ 20.
Read Moredsh-plugin-gather: One-Click Assembly for DSH Web Enhancement Suite
The DSH Web plugin aggregation package (v0.9.6, MIT) maintained by lilwhich allows you to install selected plugins such as dsh-at-file, right sidebar, task dashboard, and skin center with a single command. It also includes built-in features like account status bar, checkpoint snapshots, Diff Review, conversation migration, global settings, and a VSCode-style left sidebar. This package is ideal for developers looking to quickly set up a complete DSH Web environment. Before installation, please review the source code and licenses; after installation, a restart and a hard refresh of the browser are required.
Read Moredsh-plugin-garmin-connect: Integrating Garmin Connect Sports and Health Data into the DSH Agent
dsh-plugin-garmin-connect (v0.1.5, maintained by Likenttt) is a Garmin Connect integration plugin for DeepSeek Harness. It registers activities, sleep, steps, heart rate, weight, training libraries, and other data as 10 AI-callable tools, supporting FIT downloads and training creation. Installed via `npx @deepseek-ai/dsh plugin add`, it allows natural language queries in web dialogs or standalone MCP clients after configuring the GARMIN environment variable. Note that version 0.1.5 does not yet support browser-based two-factor authentication; the plugin runs with dsh process permissions, so review the source code and MIT license before installation.
Read Moredsh-lan-access: Enabling Access to the DSH Web GUI Within the Local Area Network
dsh-lan-access is a DSH network access tool plugin maintained by Leon0555 (MIT, v0.1.3). It binds the Web GUI to 0.0.0.0, injects a crypto.randomUUID polyfill to fix RPC failures over HTTP in LAN, and supports narrow-screen mobile layout since v0.1.2. One-click npm installation: dsh plugin --profile web add dsh-lan-access. Restricted to trusted internal networks: no authentication, and the configuration/credential interfaces remain accessible only via localhost loopback.
Read Moredsh-acp-for-bitfun: Integrating BitFun into DSH as a Subagent via ACP
dsh-acp-for-bitfun is a DeepSeek Harness plugin maintained by bobleer that registers BitFun as a subagent provider for dsh via the Agent Client Protocol v1 over stdio. After installation, models can delegate tasks to BitFun for execution using the subagent_bitfun tool. The article explains the working principle, prerequisites (BitFun CLI, dsh >= 0.1.0-rc.6, pnpm), installation commands, configuration items in cordis.patch.yml, and verification steps, while also describing the permission policy and fail loud behavior.
Read Moredsh-browser: A Self-Contained Browser Runtime for DSH
@anweat/dsh-browser is a networking tool plugin for DeepSeek Harness, which packages Playwright (Chromium) and OpenCLI as local dependencies for the plugin. It exposes browser services and up to 21 interactive browser tools externally. dsh-web-search-pro can inject this service through "inject," eliminating the reliance on a global CLI. The plugin supports page read/write, Recipe automation, limited crawling, OpenCLI platform adaptation, and experimental reusable assets. It also implements layered control for approval and resource throttling through automationMode and usagePolicy. This article introduces installation commands, typical usage, and applicable boundaries.
Read Moredsh-oomol: Progressive MCP Discovery for Invoking OOMOL Connector Actions in DeepSeek Harness
dsh-oomol is a DeepSeek Harness web connectivity tool plugin maintained by oomol-lab, which connects the Harness to the OOMOL Connector (either OOMOL Hosted or self-hosted OpenConnector). The Harness only stores the Connector client keys, while Provider credentials remain on the Connector side; Actions are exposed on-demand through progressive MCP discovery. This article introduces the installation commands, dual-mode configuration, typical conversational usage, and security boundaries, along with applicable scenarios and troubleshooting tips.
Read Moredsh-ai4scholar: Leveraging 38 Academic Tools in DSH for Literature Search, Full-Text Reading, and Citation Generation
dsh-ai4scholar is a DeepSeek Harness web plugin maintained by literaf, offering 38 native academic tools via ai4scholar.net. It covers Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, and DOI, supporting unified search, PDF full-text segmented reading, auto_cite for automatic citation, and sci_draw for scientific visualization. The installation command is `dsh plugin --profile web add dsh-ai4scholar`, and the AI4Scholar API Key needs to be configured in the Web settings or via environment variables; some platforms charge based on credits, while arXiv and DOI are free. Licensed under MIT, current version v0.3.3.
Read Moredsh-plugin-langfuse: Exporting DSH Agent Sessions to Langfuse
dsh-plugin-langfuse is a community plugin for DeepSeek Harness maintained by linyp, implementing session telemetry integration. It exports each round of conversation as OpenTelemetry traces compliant with GenAI semantics, writes them into Langfuse via OTLP/HTTP, and supports feedback Scores, session aggregation, and fork lineage. This article introduces its positioning, core capabilities, profile bundle installation steps, environment variables and mode configuration, as well as considerations such as regional keys, privacy controls, and runtime permissions.
Read Moredsh-playwright-browser: Providing Playwright Multi-tab Browser Automation for DSH Agents
dsh-playwright-browser is a DSH networking tool plugin maintained by Clizo1209, based on Playwright, which registers ten browser_* tools for intelligent agents. It supports multi-tab, semantic positioning, bounded snapshots, and screenshots. The article covers installation commands, cordis.patch.yml configuration, typical invocation flow, and security considerations. The plugin runs with DSH process permissions; please verify the source code and MIT license before installation.
Read Moredsh-vision: Integrating an External Vision Model with DeepSeek Harness
dsh-vision is a DSH community plugin (v0.2.6, MIT) maintained by linenxi-ctrl, providing image recognition capabilities to dialogue models without vision through configurable external visual APIs. It supports image selection and recognition via a web whale button with automatic feedback, agent-automated screenshot/recognize_image tools, and multi-protocol adaptation for OpenAI, Anthropic, Gemini, and custom APIs. Installation via npm: `dsh plugin --profile web add @linenxi-ctrl/dsh-vision`; an offline one-click script is also provided, which can automatically download Node.js if it is not installed.
Read Moredsh-visual-plugin: Enhancing Image and Video Understanding for DSH Web UI
dsh-visual-plugin is a visual media plugin developed by jyh20030112 for the DeepSeek Harness Web interface. Images are processed through the DSH native attachment system and the current visual model pathway, with a right-side panel recording reproducible description histories. Videos undergo validation via FFprobe, H.264 normalization, and keyframe extraction using PySceneDetect before being submitted to the model for analysis. The installation command is `dsh plugin --profile web add dsh-visual-plugin`, with video functionality requiring the host machine to have FFmpeg >= 6.1 and PySceneDetect 0.7.x pre-installed. Licensed under MIT, with zero runtime npm dependencies.
Read Moredsh-search-mcp: Using Search MCP to Replace DSH's Built-in Web Search
dsh-search-mcp is a DSH networking tool plugin maintained by gxpppp. While retaining the web_search tool name and display on the model side, it redirects search requests to Tavily, Brave, Exa, Perplexity, DuckDuckGo, or custom MCP servers, and disables the built-in DeepSeek search provider. It is compatible with DSH 0.1.0-rc.7 and Node.js 20+, allowing configuration of servers, credentials, and result counts through a web settings page. This article covers installation links, credential configuration, provider presets, combination verification, and uninstallation and restoration methods.
Read Moredsh-surfing-plugin: Integrating Self-Hosted SearXNG and Crawl4AI for DSH
dsh-surfing-plugin, maintained by cyijun, registers two providers, surfing-searxng and surfing-crawl4ai, with DeepSeek Harness's ctx.web, interfacing with self-hosted SearXNG search and Crawl4AI crawling, respectively. The native web_search and web_fetch tools retain their original names, parameters, and timeout behaviors. It requires Node.js ^22.19.0 or >=24.0.0, DSH >=0.1.0-rc.6, and configuration of endpoints and authentication via environment variables or cordis.patch.yml. This plugin is ideal for DSH developers seeking full control over their networking backend.
Read Moredsh-read-url: Extracting Webpage Content for DSH Agents
dsh-read-url is the URL reader plugin for DeepSeek Harness, maintained by 2672243194. It scrapes web pages, JSON, and RSS/Atom feeds, automatically identifies encodings like GBK and UTF-8, extracts and cleans the main content, and outputs it in 6000 characters by default, supporting caching and continuation reading via offset. It has zero runtime dependencies, requires no API key, and adheres to ctx.web and ctx.effect interfaces. Installation: npx @deepseek-ai/dsh plugin --profile web add github:2672243194/dsh-read-url.
Read Moredsh_kline: Interactive K-line Analysis with Natural Language in DeepSeek Harness
dsh_kline is an interactive K-line analysis plugin developed by FTShare-Lab for DeepSeek Harness. It supports real-time data queries for Hong Kong, U.S., and A-shares, providing daily, weekly, monthly, and minute-level K-lines, along with technical indicators such as MA, MACD, and RSI. It also features support/resistance level annotations and interval statistics, with news and fundamental data accessible in the sidebar. Integrated via MCP tools like analyze_kline, users can retrieve charts using natural language and continue interacting directly within the native sidebar.
Read Moredsh-web-tools: Integrating Multi-Source Web Search and Scraping for DeepSeek Harness
dsh-web-tools is a DSH networking tool plugin maintained by A3Boy. It integrates Exa, Tavily, Firecrawl, Parallel, Brave, You.com, Jina, SearXNG, as well as Xiaohongshu and Twitter/X into the standard web_search / web_fetch interface. By compiling query intents into native parameters for each provider through SearchHints, it supports multi-API key scheduling, automatic degradation, session-level Search Mode, and provides a native settings interface. This article introduces the plugin's positioning, core capabilities, installation commands, and typical usage.
Read Moredsh-trading: Building a Trading Research Workbench for DeepSeek Harness
dsh-trading is a trading research workbench plugin bundle maintained by maddogfinance for DeepSeek Harness. It unifies data sources such as CSV and Futu OpenD via the ctx.marketData seam, provides deterministic indicators and on-chart annotations through read-only tools like market_snapshot and annotate_chart, and renders interactive K-line cards or optional chart-first persistent chart columns in dsh web. The installation command is `dsh plugin --profile trading add @dsh-trading/bundle`. The project is under MIT license, explicitly has no order placement capability, and remains in its early scaffolding stage.
Read Moredsh-network-settings: DSH Network Diagnosis and Security Fix
dsh-network-settings is a DSH networking tool plugin maintained by kanneiren, designed for Windows, WSL, and macOS. It displays the real network path of the DSH process within the settings page, performs single or stability probes, and supports one-click copying of an Agent-compatible Markdown report. Configurations are organized by Windows proxy, DSH process environment, WSL, and advanced network group tracing. Recommended fixes cover only high-confidence, low-risk operations, and persistent modifications follow a snapshot, preview, confirmation, application, and rollback workflow. The installation command is `dsh plugin --profile web add dsh-network-settings`, and the entry point is located in DSH Settings → Plugins → Network.
Read MoreDSH-recommend: Transparent Ranking and Recommendations for the DSH Plugin Ecosystem
dsh-recommend is a DSH network tool plugin maintained by zp-home (v0.3.0), which automatically scrapes the GitHub dsh-plugin topic repository every 5 hours and sorts them by a public formula (0.35 maintainability + 0.30 popularity + 0.20 quality + 0.15 ecosystem). The same registry.json file is used by the static ranking site, five model tools (rank/search/recommend/trend/sync), and the "Plugin Ranking" tab on the settings page. It supports installation via npm, GitHub, and local directories. Please review the source code and MIT license before installation.
Read Moredsh-bridge: Extending DeepSeek Harness to Mobile Devices, Public Networks, and Instant Messaging
dsh-bridge (@wenbin_wb/dsh-bridge) is a DSH networking tool plugin maintained by wenbin-wb, currently at version v2.8.3. It supports local area network QR code scanning, Cloudflare/self-built tunnels, and official Bot integration for WeChat, QQ, Feishu, and Telegram; it also features built-in access Token/password authentication, management console tamper-proofing, and RPC authentication. This article introduces installation commands, typical usage scenarios, and security considerations based on the GitHub README and SkillHub directory page.
Read MoreUpstash/Skills: Enhancing Upstash SDK Proficiency for AI Coding Agents
Upstash/skills is a collection of Agent Skills maintained by Upstash, covering usage instructions for Upstash SDKs such as Redis, Vector, QStash, and Workflow. It can be installed in DeepSeek Harness via the command `dsh plugin --profile web add github:upstash/skills` and includes bundled MCP servers. Credentials are optional, as the skills themselves provide coding guidance without requiring login. It is designed for developers who need intelligent assistance in integrating Upstash services.
Read MoreDSH Tether: Connecting to DeepSeek Harness on Development Devices Cross-Network with Your Smartphone
DSH Tether is a DSH networking tool plugin maintained by zexadev, which enables mobile phones to directly connect to DeepSeek Harness on development machines in different network environments such as 4G/5G via iroh P2P, without the need to set up a relay server. The mobile side displays the native web interface of DSH, supporting multi-machine pairing, approval notifications, and end-to-end encryption. Developers can install it by executing `dsh plugin --profile web add dsh-plugin-tether` on the development machine, and mobile users can pair and use it by downloading the app from GitHub Releases. It has been verified in dsh 0.1.0-rc.7/rc.8 and is licensed under the MIT license.
Read Moredsh-scholar: Integrating Research Dialogues, Experiments, and Papers into a Single Project within DSH
dsh-scholar is a DSH research workspace plugin maintained by lzszq, designed for computational research such as machine learning and data science. It integrates project conversations, materials, controlled experiment runs, evidence, and TeX manuscripts into a single resumable project, offering gate-only governance, Runner Profile controlled execution, and Claim-Evidence traceability. The article introduces core capabilities, usage from building and installing from source code to typical slash commands, and explains permission and security boundaries.
Read Moredsh-web-lan-access: Enable DSH Web UI for LAN HTTP Access
dsh-web-lan-access is a DSH Web plugin maintained by AcidGr, designed to resolve the issue where crypto.randomUUID is unavailable when accessing via plaintext HTTP on non-loopback addresses, which prevents sessions and models from loading. The plugin injects a polyfill through webServer.tapIndex, automatically binds the webserver to 0.0.0.0, and extends the /api trust fence to cover LAN and Tailscale IPs. Installation is performed with the command `dsh plugin --profile web add dsh-web-lan-access`, and once started, remote access is available via http://<server-ip>:3080. Note the security risks of exposing 0.0.0.0, as well as the known limitation that certain APIs, such as settings/credentials, remain restricted to loopback only.
Read Moredsh-plugin-check: DSH Plugin Repository Read-Only Health Check
The DSH networking tool plugin maintained by omdsh-dev registers a plugin_check tool that performs read-only static scanning on the plugin repository. It covers 33 checks including manifest protocols, patch formats, build pitfalls, and hub inclusion, outputting a JSON compliance report. It supports three actions: check, scan, and schema. It is recommended to install via Profile Bundle to a web or headless profile, suitable for author self-inspection and CI gating.
Read Moredsh-plugin-marketplace: Transforming the GitHub dsh-plugin Topic into a Searchable Plugin Marketplace
dsh-plugin-marketplace is a permanent DSH plugin maintained by AwesomeHou. It utilizes the GitHub Search API to synchronize the dsh-plugin topic repository in real time to the "Plugin Marketplace" tab in the settings page. The plugin supports search, pagination, one-click installation, and progress feedback, and provides tools such as market_search and market_install to the agent. The installed page allows management of third-party plugins, including enabling, uninstalling, and updating. If direct installation fails, the agent can perform a fallback installation in a dedicated workspace. Installation command: `dsh plugin --profile web add` followed by the corresponding GitHub URL. After installation, restarting the harness is required.
Read Moredsh-im-gateway: Integrating DSH Agent with 25+ Chat Platforms Including WeChat and Feishu
dsh-im-gateway is a DeepSeek Harness aggregated IM gateway plugin maintained by zhuiyueya, supporting over 25 channels including WeChat, Feishu, DingTalk, Telegram, and Discord. It provides unified session routing, remote approval, interactive questioning, and QR code-based access. The installation command is `dsh plugin --profile web add dsh-im-gateway`, and the configuration entry can be found in the IM Gateway section of the dsh Web settings. It is licensed under the MIT License, and the current version is 0.3.3.
Read Moredsh-remote: Managing Remote Workspaces via SSH in DSH
dsh-remote is a DeepSeek Harness network-connected tool plugin maintained by flymysql. It allows you to actively SSH into remote hosts from your local DSH, using 20 rw_* tools to read and write files, execute commands, and mirror remote directories to your local workspace via SFTP. It supports multi-machine registration, dual-tab workspace selectors, conflict-aware bidirectional synchronization, port forwarding, sidebar remote editing, and command auditing. The installation command is `dsh plugin add dsh-remote`, licensed under MIT, with the current version being 0.8.8.
Read Moredsh-web-search-pro: DSH Multi-Engine Web Search with Persistent Caching
dsh-web-search-pro is a DSH bundle plugin maintained by anweat, integrating multi-engine search, 20-platform retrieval, content scraping, SQLite+LRU caching, and Playwright rendering into 11 tools. It requires paired installation with @anweat/dsh-browser and supports engine fallbacks for Exa/DDG/Bing/Jina, Chinese community login states, and site-specific rules. This article covers installation commands, typical usage, configuration highlights, and security considerations.
Read Moredsh-free-search: Providing API Key-Free Multi-Engine Online Search for DeepSeek Harness
dsh-free-search is a DeepSeek Harness web search plugin maintained by DDDMUC. It implements the WebSearchProvider interface and includes 10 built-in search engines such as Bing, DuckDuckGo, and SearXNG, with a unified fallback chain. By default, Bing is available without requiring an API key. The plugin provides a web settings page, a /free-search-engine shortcut for quick engine switching, advanced_search for time-based filtering, platform_search for platform-specific searches, and web_fetch for web page retrieval. Installation requires cloning the repository via git clone and running `dsh plugin --profile web add`. Configuration is stored in `~/.dsh/settings.yaml`.
Read Moredsh-balance-plugin: Monitor DeepSeek Balance and Usage in DSH
dsh-balance-plugin is a DSH dynamic Cordis plugin (v1.3.0, MIT) maintained by yxxbc. It provides balance monitoring next to the input box, an official recharge portal, Miyu-style usage statistics, and third-party plugin management. It automatically reads the DEEPSEEK_API_KEY and supports CNY/USD dual-pool alerts along with query_api_quota for checking conversation balances. Installation uses the official curl/irm script; avoid using the raw npm package name. It is suitable for developers who run agents on DSH long-term and need to locally view balances and usage.
Read Moredsh-notifier: DSH Unified Notification Push Plugin
dsh-notifier is a DSH networking tool plugin maintained by THEWOLFWALKER, providing a unified notify() API with 27 outbound channel adapters. It supports automatic push for session events (turn/end, approval/asked, agent/error) and dual triggers from model notify tools, with six inbound channels enabling remote approval and session management. Starting from v0.5, it includes long-task heartbeat and in-notification stop functionality, and from v0.7, it supports identity pairing and a web management console. Installation command: `dsh plugin add dsh-notifier --profile <profile-name>`, requires Node.js 22+, and is licensed under MIT.
Read Moredsh-find-plugin: Search and discover plugins within DSH sessions
dsh-find-plugin, maintained by awesome-dsh-plugin, enables the DSH agent to call find_dsh_plugin within a session, searching in real-time for GitHub repositories tagged with the dsh-plugin topic and sorting them by stars. The results include a brief description, repository link, and an executable `dsh plugin add` command; if a plugin is listed in the awesome-dsh-plugin directory, its handcrafted bilingual description replaces the GitHub summary. Installation: `dsh plugin --profile web add dsh-find-plugin`, restart dsh web, then describe your needs in natural language. Licensed under MIT, categorized as a web tool, with approximately 88 stars on GitHub.
Read Moredsh-webui-market-plugin: Browse and Install Community Plugins Within the Web GUI
The @sanqi-normal/dsh-webui-market-plugin, maintained by Sanqi-normal, embeds the awesome-dsh-plugin.com plugin directory into the settings panel of the DSH web GUI. It supports categorized browsing, search and sorting, FIFO task queue for installation/update/uninstallation, cross-profile synchronization, source whitelisting, and trial verification. It can be installed into the web profile via npm or GitHub, taking effect after restarting pnpm dsh web. This is suitable for developers who want to manage community plugins in a one-stop manner within the harness.
Read MoreArgo: Multilingual Search and Evidence Verification for Agents
Argo (taxuseek/argo) is a multilingual search infrastructure specifically designed for AI Agents, routing queries to 120+ engines by domain and language, and producing concise JSON with confidence scores instead of link lists. It supports one-click installation via DSH, MCP mounting, and command-line invocation, covering vertical scenarios such as finance, film, academia, and code. It is ideal for intelligent agent developers requiring auditable and token-efficient web-connected capabilities.
Read MoreDSH-Plugins-Marketplace: One-Click Access to the GitHub Plugin Ecosystem in the DeepSeek Harness Web GUI
DSH-Plugins-Marketplace (dsh-plugin-marketplace) is a community plugin marketplace maintained by bradeGithub. It provides the ability to visually browse, search, and one-click install and update all repositories tagged with the GitHub topic "dsh-plugin" via the DSH Web GUI settings page. This article introduces its core features (static index for instant loading, automatic recognition of four plugin types, version detection, and safety guardrails), the official CLI installation command, typical usage and security considerations, and clarifies that the SkillHub community directory has no affiliation with DeepSeek.
Read Moreanime-find: Searching for Anime, Checking Ratings, and Copying Magnet Links in DeepSeek Harness Conversations
Anime-find is a DSH anime search plugin maintained by cocofhu, which aggregates sources like Mikan, AniBT, and AnimeGarden in conversations to display anime results in card format. It supports Bangumi ratings and details, copying magnet links or opening torrents, and allows configuration for streaming playback. This article introduces its features, the differences between npm and git installation methods, typical conversational usage, and notes for use.
Read Moredsh-data-agent: Enabling DeepSeek Harness to Connect to Databases for Analysis via Dialogue
dsh-data-agent is a DSH data analysis plugin maintained by omdsh-dev, supporting common databases such as MySQL, PostgreSQL, and ClickHouse. After installation, users can select "Data Mode" to ask questions in natural language; DSH will automatically generate SQL, execute queries, and provide business insights. It also offers Catalog data governance and HTML analysis reports. This article verifies installation commands, typical usage, and security precautions based on the SkillHub directory page and the GitHub README.
Read Moredsh-cost-meter: Adding a Session Cost Dashboard to DeepSeek Harness
dsh-cost-meter is a community-maintained DSH web cost tracking plugin that displays real-time session and daily Token usage, budget progress, official and custom Provider balances within the interface, and integrates OpenCode Go and multiple Coding Plan quota queries. The plugin includes a catalog of 90+ model prices, supports peak/off-peak pricing switch reminders, one-click official price synchronization, and a Codex-style usage heatmap, with a bilingual interface in Chinese and English. This article introduces its core features, npm/GitHub installation commands, budget and NewApi balance configuration examples, as well as installation review and security considerations.
Read MoreClone Any Webpage into a Vite + React Project with perfect-web-clone
ericshang98/perfect-web-clone is a DSH networked tool plugin: pwc CLI performs deterministic web page capture, sections the content, and generates Vite+React source code. It scores outputs based on fingerprinting, volume, and SSIM thresholds, with an intelligent agent iteratively refining the worst-performing sections. Running a single "clone URL" command executes the entire pipeline, producing a result marked as either "ready_for_user_review" or "failed_with_residuals". Requirements include Python 3.10+, Node 20+, and Playwright; plugin installation follows the SkillHub install-plan. Ideal for landing page migration, though WebGL/canvas-heavy pages encounter inherent limitations.
Read More